home *** CD-ROM | disk | FTP | other *** search
- global movieshow, qtframelist, moviepos, movieprepos, pict
-
- on mouseDown
- button()
- end
-
- on mouseUp
- global scastname
- if rollOver(clickOn()) then
- if movieshow = 0 then
- set movieshow to 1
- set the member of sprite 24 to member (pict + getAt(qtframelist, moviepos)) of castLib scastname
- set the visible of sprite 23 to 1
- set the visible of sprite 24 to 1
- set the visible of sprite 29 to 1
- updateStage()
- else
- set movieshow to 0
- set the visible of sprite 23 to 0
- set the visible of sprite 24 to 0
- set the visible of sprite 29 to 0
- updateStage()
- end if
- end if
- end
-